{% extends "base.html" %} {% block title %}Payment Approvals - Quick Care Connect{% endblock %} {% block content %}
| Appointment ID | Patient | Doctor | Appointment Date & Time | Type | Amount | Payment Submitted | Payment Screenshot | Actions |
|---|---|---|---|---|---|---|---|---|
|
#{{ appointment.id }} View |
{{ appointment.patient.user.name }}
{{ appointment.patient.user.email }} |
{{ appointment.doctor.user.name }}
{{ appointment.doctor.specialization }} |
{{ appointment.appointment_date.strftime('%B %d, %Y') }}
{{ appointment.appointment_time.strftime('%I:%M %p') }} |
{{ appointment.appointment_type.title() }} | PKR {{ "%.0f"|format(appointment.charges) }} | {% if appointment.payment_submitted_at %} {{ appointment.payment_submitted_at.strftime('%B %d, %Y at %I:%M %p') }} {% else %} - {% endif %} | {% if appointment.payment_screenshot %} View {% else %} - {% endif %} |
|
No pending payments
| Appointment ID | Patient | Doctor | Slot Date & Time | Amount | Submitted At | Proof | Actions |
|---|---|---|---|---|---|---|---|
|
#{{ appointment.id }} View |
{{ appointment.patient.user.name }} {{ appointment.patient.user.email }} |
{{ appointment.doctor.user.name }} {{ appointment.doctor.specialization }} |
{{ appointment.appointment_date.strftime('%B %d, %Y') }} {{ appointment.appointment_time.strftime('%I:%M %p') }} |
PKR {{ "%.0f"|format(appointment.charges) }} | {% if appointment.payment_submitted_at %} {{ appointment.payment_submitted_at.strftime('%B %d, %Y at %I:%M %p') }} {% else %} - {% endif %} | {% if appointment.payment_screenshot %} View {% else %} - {% endif %} |
|
No disputed timeout payments